home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15008 / TheoBr01.cab / _2E499568000B11D48F08965B7DEAC134 < prev    next >
Text File  |  2000-03-24  |  10KB  |  372 lines

  1. <html>
  2.  
  3. <head>
  4.  
  5. <link REL="stylesheet" TYPE="text/css" HREF="Style%20Sheet1.css">
  6.  
  7. <title></title>
  8.  
  9. <script ID="clientEventHandlersJS" LANGUAGE="javascript">
  10. <!--
  11. var thistext ="";
  12. var thisinfo = "" ;
  13. function fermer_onclick() {
  14. var Obj;
  15. var strName ;
  16. var strCtl ;
  17. for( i = 0; i< document.all.length; i++)
  18. {
  19.     Obj = document.all(i) ;
  20.     strName = Obj.id ;
  21.     if( strName != "undefined" )
  22.     strCtl = strName.substr(0,4) ;
  23.     if( strCtl == "info" || strCtl == "cont" )
  24.     {
  25.         Obj.style.display = "none" ;
  26.     }
  27. }
  28. }
  29.  
  30. function aggrandir_onclick() {
  31. var Obj;
  32. var strName ;
  33. var strCtl ;
  34. for( i = 0; i< document.all.length; i++)
  35. {
  36.     Obj = document.all(i) ;
  37.     strName = Obj.id ;
  38.     if( strName != "undefined" )
  39.     strCtl = strName.substr(0,4) ;
  40.     if( strCtl == "info")
  41.     {    
  42.         if( Obj.style.display == "block" )
  43.         {    
  44.             thisinfo = strName ;
  45.             Obj.style.display = "none" ;
  46.             Obj.className = "grosseinfo" ;
  47.             
  48.         }
  49.         Obj.style.display = "none" ;
  50.     }
  51.     if( strCtl == "cont")
  52.         Obj.style.display = "none" ;
  53.     if( strCtl == "text")
  54.     {
  55.         
  56.             thistext = strName ;
  57.             Obj.style.display = "none" ;
  58.         
  59.         
  60.     }
  61.                     
  62. }
  63. document.all.item(thisinfo).style.display = "block" ;
  64. controleg.style.display = "block" ;
  65. }
  66.  
  67. function rapetisser_onclick() {
  68. var Obj;
  69. var strName ;
  70. var strCtl ;
  71. for( i = 0; i< document.all.length; i++)
  72. {
  73.     Obj = document.all(i) ;
  74.     strName = Obj.id ;
  75.     if( strName != "undefined" )
  76.     strCtl = strName.substr(0,4) ;
  77.     if( strCtl == "info")
  78.     {    
  79.         if( Obj.style.display == "block" )
  80.         {    
  81.             thisinfo = strName ;
  82.             Obj.style.display = "none" ;
  83.             Obj.className = "infotext" ;
  84.             
  85.         }
  86.         Obj.style.display = "none" ;
  87.     }
  88.     if( strCtl == "cont")
  89.         Obj.style.display = "none" ;
  90.     
  91.                     
  92. }
  93. document.all.item(thisinfo).style.display = "block" ;
  94. document.all.item(thistext).style.display = "block" ;
  95. controle.style.display = "block" ;
  96.  
  97. }
  98.  
  99. function fermerg_onclick() {
  100. var Obj;
  101. var strName ;
  102. var strCtl ;
  103. for( i = 0; i< document.all.length; i++)
  104. {
  105.     Obj = document.all(i) ;
  106.     strName = Obj.id ;
  107.     if( strName != "undefined" )
  108.     strCtl = strName.substr(0,4) ;
  109.     if( strCtl == "info"  )
  110.     {
  111.         Obj.className = "infotext" ;
  112.         Obj.style.display = "none" ;
  113.     }
  114.     if( strCtl == "cont"  )
  115.     {
  116.         Obj.style.display = "none" ;
  117.     }
  118. }
  119. document.all.item(thistext).style.display = "block" ;
  120. }
  121.  
  122. function ASRRec1_SpeechRecognized(phrase,score,action) {
  123.  
  124. if(score < 50)
  125.     return ;
  126. switch(action)
  127. {
  128. /******************************************************
  129.             Navigation
  130. *******************************************************/
  131. case 1:
  132.     document.location.href = "pageprin.htm"; break ;
  133. case 2:
  134.     document.location.href = "pourfairequoi.htm";
  135.     break;
  136. case 3 :
  137.     document.location.href = "qui.htm" ;break;
  138. case 4 :
  139.     document.location.href = "contacte.htm";break;
  140.  
  141. case 6:
  142.     document.location.href = "nos.htm";break;
  143. case 7 :
  144.     document.location.href = "agenda.htm"; break;
  145. case 8:
  146.     document.location.href = "revues.htm";break;
  147. case 9:
  148.     document.location.href = "ensavoir.htm";break;
  149. case 10:
  150.     document.location.href = "nouvelle.htm";break;
  151. case 11:
  152.     document.location.href = "nouvelle1.htm";break;
  153. case 12:
  154.     document.location.href = "QuizzFR.htm";break;
  155. case 13:
  156.     document.location.href = "nouvelle3.htm";break;    
  157. case 29 :
  158.     document.location.href = "fabricants.htm";break;    
  159. case 100:
  160.     document.location.href = "default1.htm";break;
  161.  
  162.  
  163. /**************************************************
  164.              Commandes
  165. ****************************************************/
  166. case 14:
  167.     window.print();break;
  168. case 101:
  169.     window.history.back(1);break;
  170. case 102:
  171.     window.history.forward(1);break;
  172.     
  173. case 103 :
  174.     CommandesP.click() ;break;
  175.  
  176. case 104 :
  177.      document.location.href="defaultGB.htm" ; 
  178.      break ;
  179.  
  180.  
  181.  
  182.     break ;    
  183. case 1000:
  184.     window.close();break;
  185. case 20000 :
  186.         window.top.location.href = "../index.html";
  187.         break;
  188. default :
  189. break ;
  190. }
  191. }
  192.  
  193.  
  194.  
  195. function CommandesP_onclick() {
  196.  info1.style.display = "block" ;
  197. }
  198.  
  199.  
  200.  
  201.  
  202.  
  203. //-->
  204. </script>
  205. <script LANGUAGE="javascript" FOR="ASRRec1" EVENT="SpeechRecognized(phrase, score, action)">
  206. <!--
  207.  
  208.  ASRRec1_SpeechRecognized(phrase,score,action)
  209. //-->
  210. </script>
  211. </head>
  212.  
  213.  
  214.  
  215. <body background="images/aide.gif" 
  216. style="BACKGROUND-REPEAT: no-repeat" 
  217. LANGUAGE="javascript" 
  218. >
  219. <img 
  220.      src="images/dummylogo.gif" WIDTH="139" HEIGHT="85" 
  221.       onclick="location.href='default1.htm'"
  222.       style="CURSOR: hand ; POSITION: absolute; LEFT : 620px; TOP : 490px"> 
  223.       
  224.       
  225.       
  226. <OBJECT classid="clsid:80B9E3EF-AD88-11D3-9FEB-D74ABDA2E736" id=ASRRec1 style="BACKGROUND-COLOR: #285098; LEFT: 13px; POSITION: absolute; TOP: 0px; POSITION: ABSOLUTE;" VIEWASTEXT>
  227.     <PARAM NAME="_cx" VALUE="6244">
  228.     <PARAM NAME="_cy" VALUE="2064">
  229.     <PARAM NAME="DatbaseName" VALUE="MyDb">
  230.     <PARAM NAME="ContextName" VALUE="site">
  231.     <PARAM NAME="UserName" VALUE="generic user">
  232.     <PARAM NAME="EnvName" VALUE="Win32"></OBJECT>
  233.  
  234.  
  235.  
  236. <span class="logo" onclick="location.href='default1.htm'" style="CURSOR: hand">
  237.     <img src="images/dummylogo.gif" WIDTH="139" HEIGHT="85"> 
  238. </span>
  239.  
  240.  
  241. <table ALIGN="left" class="tab1" LANGUAGE="javascript" id="table1">
  242.   <tr>
  243.     <td BACKGROUND="images/boutonrecvoc1ro.gif" onclick="location.href='pageprin.htm'" style="BACKGROUND-REPEAT: no-repeat; CURSOR: hand" onmouseover="IMG1.style.visibility = 'hidden'" onmouseout="IMG1.style.visibility='visible'">
  244.         <a style="TEXTDECORATION: none" href="pageprin.htm">
  245.         <img src="images/boutonrecvoc1.gif" border="0" id="IMG1" WIDTH="130" HEIGHT="64"></a> 
  246.     </td>
  247.   </tr>
  248.   <tr>
  249.     <td BACKGROUND="images/boutonfq1ro.gif" onclick="location.href='pourfairequoi.htm'" style="BACKGROUND-REPEAT: no-repeat; CURSOR: hand" onmouseover="IMG2.style.visibility = 'hidden'" onmouseout="IMG2.style.visibility='visible'">
  250.     <a style="TEXTDECORATION: none" href="pourfairequoi.htm">
  251.         <img src="images/boutonfq1.gif" border="0" id="IMG2" WIDTH="130" HEIGHT="56"></a>    
  252.     </td>
  253.   </tr>
  254.   <tr>
  255.     <td BACKGROUND="images/boutonqui1ro.gif" onclick="location.href='qui.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: hand" onmouseover="IMG3.style.visibility = 'hidden'" onmouseout="IMG3.style.visibility='visible'">
  256.     <a style="TEXTDECORATION: none" href="qui.htm">
  257.         <img src="images/boutonqui1.gif" border="0" id="IMG3" WIDTH="130" HEIGHT="55"></a>    
  258.     </td>
  259.   </tr>
  260.   <tr>
  261.   <td BACKGROUND="images/boutoncontact1ro.gif" onclick="location.href='contacte.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: hand" onmouseover="IMG4.style.visibility = 'hidden'" onmouseout="IMG4.style.visibility='visible'">
  262.     <a style="TEXTDECORATION: none" href="contacte.htm">
  263.         <img src="images/boutoncontact1.gif" border="0" id="IMG4" WIDTH="130" HEIGHT="54"></a>    
  264.     </td>
  265.     
  266.   </tr>
  267.   <tr>
  268.   <td>
  269.         <img src="images/boutonaide1sel.gif" border="0" id="IMG5" WIDTH="130" HEIGHT="56"> 
  270.         
  271.     </td>
  272.     
  273.   </tr>
  274. </table>
  275.  
  276. <div id="text1" class="defaulttext">
  277. <p>
  278. Bonjour et bienvenue au premier site mondial de navigation sur Internet
  279.  par reconnaissance vocale,  en franτais et en anglais !</p>
  280.  <p>
  281.  
  282. Pour actionner les commandes vocales, tenez votre micro prΦs de votre bouche et parlez clairement.
  283. Quand le voyant est vert, vous pouvez parler. 
  284. Le clignotement du vu-mΦtre indique le volume de votre voix. </p>
  285. <p>
  286.  
  287. Attendez la fin dÆexΘcution dÆune commande avant dÆen donner une autre. <p>
  288. <p>
  289. Vous pouvez dΘplacer le curseur α la voix !
  290. Lorsque vous vous Ωtes sur un Θcran avec un scroll, 
  291. dites <span class="liencom"> Monter </span> ou <span class="liencom">Descendre</span> .
  292. </p>
  293. Vous pouvez aussi appeler les commandes dÆInternet Explorer :
  294.  <span class="liencom">avancer</span>, <span class="liencom">suivant</span>,
  295.   <span class="liencom">retour</span>,
  296.   <span class="liencom">prΘcΘdent</span> ou <span class="liencom">accueil</span>. 
  297.  Si vous voulez quitter Internet, dites  <span class="liencom">Fermer</span> ou <span class="liencom">Quitter</span>.
  298. <p>
  299. Si vous avez besoin dÆaide, dites <span class="liencom">Aide</span>.
  300. </p>
  301. <p>
  302. Bonne visite !
  303. </p>
  304.  
  305.  
  306.  
  307. </span>
  308.  
  309.  
  310. </div> 
  311.  
  312.  
  313.  
  314. <div id="controle" class="infocontrole" style="DISPLAY: none">
  315.     <table>
  316.     
  317.     <tr>
  318.         <td id="aggrandir" LANGUAGE="javascript" onclick="return aggrandir_onclick()">
  319.             <img src="images/aggrandir.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  320.         </td>
  321.         <td id="fermer" LANGUAGE="javascript" onclick="return fermer_onclick()">
  322.             <img src="images/fermer.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  323.         </td></tr>
  324.     </table>
  325. </div>
  326.  
  327. <div id="controleg" class="infocontroleg" style="DISPLAY: none; HEIGHT: 73px; WIDTH: 267px">
  328.     <table>
  329.     
  330.     <tr>
  331.         <td id="rapetisser" LANGUAGE="javascript" onclick="return rapetisser_onclick()">
  332.             <img src="images/rapetisser.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  333.         </td>
  334.         <td id="fermerg" LANGUAGE="javascript" onclick="return fermerg_onclick()">
  335.             <img src="images/fermer.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  336.         </td></tr>
  337.     </table>
  338. </div>
  339. <span id="CommandesP" language="javascript" class="liencom" 
  340.          ondblclick="fermer_onclick()" onclick="return CommandesP_onclick()">
  341.          
  342. <div id="info1" class="infotext" style="DISPLAY: none; FONT-SIZE: 9pt" ondblclick="fermer_onclick()"> 
  343. la reconnaissance vocale <br>
  344. pour faire quoi <br>
  345. pourquoi faire <br>
  346. qui sommes nous <br>
  347. contactez nous <br>
  348. aide <br>
  349. accueil<br>
  350. nos partenaires <br>
  351. agenda <br>
  352. en savoir plus<br>
  353. la navigation <br>
  354. les jeux <br>
  355. la formation<br>
  356. la recherche des donnΘes<br>
  357. prΘcΘdent<br>
  358. Θcran prΘcΘdent<br> 
  359. retour<br>
  360. suivant<br>Θcran suivant<br>
  361. avance<br>
  362. partenaires<br>
  363. accueil <br>
  364. commandes 
  365. possibles <br>
  366. quitter <br>
  367. fermer <br>
  368. anglais <br>
  369. </div>   
  370. </body>
  371. </html>
  372.